runtime.markBits.isMarked (method)

10 uses

	runtime (current package)
		mbitmap.go#L267: func (m markBits) isMarked() bool {
		mcheckmark.go#L74: 	if !mbits.isMarked() {
		mgcmark.go#L1460: 		if mbits.isMarked() {
		mgcsweep.go#L521: 		if !mbits.isMarked() {
		mgcsweep.go#L572: 			if !mbits.isMarked() && (abits.index < s.freeindex || abits.isMarked()) {
		mgcsweep.go#L750: 		alloc := i < s.freeindex || abits.isMarked()
		mgcsweep.go#L756: 		if mbits.isMarked() {
		mgcsweep.go#L761: 		zombie := mbits.isMarked() && !alloc
		mwbbuf.go#L267: 		if mbits.isMarked() {